home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4048 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  655 b 

  1. Path: news.production.compuserve.com!news
  2. From: Lawrence Sawicki <73524.1601@CompuServe.COM>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: a dump question from a novice C programmer
  5. Date: 1 Feb 1996 12:53:21 GMT
  6. Organization: Magma Copper Company
  7. Message-ID: <4eqd41$5nt$2@mhade.production.compuserve.com>
  8. References: <jyli-2801960040100001@li.gsfc.nasa.gov>
  9.  
  10. Jason,
  11.  
  12. The -> operator utilizes a pointer to a structure (specp, in this 
  13. case) and selects a member from that structure indirectly. 
  14. (struct member nlvars).
  15.  
  16.         Lawrence Sawicki
  17.  
  18. P.S. - That was not a "dump" question....indirection and 
  19. pointers can be difficult to understand for novice programmers...
  20.